html {
  /*background: yellow;
  background: radial-gradient(#FFF176, #F57F17); 
  min-height: 100%; 
  font-family: "Roboto", sans-serif;*/

}

.pointer {
  cursor: pointer;
}

/* Colors */
.pink {
  background: pink;
}

.black {
  background: black;
}

/* Employee Logo */
.img-logo {
  border: 8px solid #e5e5e5;
  border-radius: 50%;
  width: 150px;
  height: 150px;

  top: -92px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

/* Buttons */
#next-1 {
  position: absolute;
  /* bottom: 2;
  right: 0;
  margin-right: 21px; */
  bottom: 20px;
  right: 20px;

}

/* Cards */
.emp-card {
  border-radius: 1px;
  width: 75%;
  /*height: 320px;*/
  height: 100%;
}

/*.card-wrapper {
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
}*/

.card-none {
  display: none;
}

/* Initial Question */
.ct-q-font {
  /* font-size: 2rem;
  font-weight: 300; */
}

/* Alert Danger */
.ct-danger {
  bottom: 0;
  right: 0;
  position: absolute;
}

.info-small {
  
}

.ct-align {
  display: flex;
  align-items: center;
}